Re: [PHP] php 5 soap question



have you used soap ui <http://www.soapui.org/> before?
its a great tool for testing interaction w/ web services before you
implement a client layer in your
own code because it shows sent and received xml.

-nathan

On 9/28/07, Hurst, Michael S. <mshurst@xxxxxxx> wrote:

I am trying to find out how to use php 5 to access a wsdl with the
following structure.



How do you send parameters to the service if the wsdl is like the
following.

- <s:element name="getPayment">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="pi" type="tns:paymentInput"
/>
</s:sequence>
</s:complexType>
</s:element>
- <s:complexType name="paymentInput">
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="var1" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var2" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var3" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var4" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var5" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var6" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="var7" type="s:string" />
</s:sequence>
</s:complexType>

It is similiar but I can find nothing that addresses this sort of
structure and I am at a loss as how to send vars to the request using
php 5.



I have looked for several days and cannot figure this out.



I didn't know if there was a page you could direct me to.



Mike Hurst

mshurst@xxxxxxx










Relevant Pages

  • BCS NOOPS - Autumn 2003 Programme
    ... "The Open Grid Services Architecture: ... "Generating Dynamic WWW Pages using PHP" ... ".NET Enterprise Web Services: ... Open Grid Services Architecture as the enabling technology for ...
    (comp.object)
  • Re: Some questions on what technology to use
    ... > look at Web Services using remoting and also WSE 2. ... > of attaching messages to methods and automatically generating WSDL etc.. ... So there is really no need to get into the XML ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Some questions on what technology to use
    ... > look at Web Services using remoting and also WSE 2. ... > of attaching messages to methods and automatically generating WSDL etc.. ... So there is really no need to get into the XML ...
    (microsoft.public.dotnet.framework)
  • Referencing web service complex data type within a second web service (like a delegate)
    ... I am trying to figure out if ASP.NET XML Web Services and the WSDL ... and one consumer client application. ... I want basews to define a delegate of sorts (where the delegate ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Difficulties in Consuming Java Web Services in .NET
    ... .NET interoperates with AXIS v1.x, ... How have you built the WSDL? ... A working example of Arrays, with source code and makefile, is here: ... >I am consuming Java Web Services in .NET. ...
    (microsoft.public.dotnet.framework.webservices)