Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old February 6th, 2003, 07:29 PM
Vantera Vantera is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: South Coast of NSW, Australia
Posts: 108 Vantera User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Vantera
Article Discussion: Building XML Web Services with PHP NuSOAP

Building XML Web Services with PHP NuSOAP If you have any questions or comments about this article please post them here.

You can read the article here .
__________________
Kind Regards,
John Rebbeck
john@interspire.com
ICQ# 74637937

Reply With Quote
  #2  
Old February 8th, 2003, 08:43 PM
DavidM DavidM is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 78 DavidM User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Sample Code

This is a wonderful article! I can't seem to get the sample VB code to work though. I can run the cvs.php locally from my machine via IE.

However, when I change all the URLs with the VB code to http://localhost:8081/php_ws/cvs.php it doesn't do anything when I run the application.

I.E., no text appears and nothing happens when I click the button.

Any ideas? Can I access this via local machine?

Reply With Quote
  #3  
Old April 17th, 2003, 04:38 PM
dvdplm dvdplm is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 1 dvdplm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I'm doing some experimentation with InfoPath (Office 2003 beta2) and I'd REALLY like to use a NuSOAP web service to recieve my InfoPath forms...

So I set up my form, and tries to make a connection to the webservice, but InfoPath says I'm using rpc encoding and the it only accepts "document literal encoding".

I really don't know what that means, but I tried to do some manipulation of the ConfigureWSDL() function, as it seems it has a "style" parameter (4:th param...). The result was the following:
-----------------------
WSDLOperation:The operation echoString is defined as document/encoded. This is unsupported HRESULT=0x80004005: Unspecified error
- WSDLOperation:Initializing of the input message failed for operation echoString HRESULT=0x80004005: Unspecified error
- WSDLPort:An operation for port InteropTestPort could not be initialized HRESULT=0x80004005: Unspecified error
- WSDLPort:Analyzing the binding information for port InteropTestPort failed HRESULT=0x80004005: Unspecified error
- WSDLService:Initialization of the port for service InteropTest failed HRESULT=0x80004005: Unspecified error
- WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
----------------------

Pretty ugly, I think... any ideas?

Reply With Quote
  #4  
Old August 26th, 2004, 07:06 PM
RandyMiller RandyMiller is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 1 RandyMiller User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
VB Sample Code

Great Article,

I noticed in the article that you could download the VB Code.
I can't find a link anyplace to download it. Has it been pulled?

Randy

Reply With Quote
  #5  
Old October 13th, 2004, 01:54 PM
kingtech kingtech is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 1 kingtech User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Any luck on using InfoPath and NuSOAP ? I am getting the same errors.



Quote:
Originally Posted by dvdplm
I'm doing some experimentation with InfoPath (Office 2003 beta2) and I'd REALLY like to use a NuSOAP web service to recieve my InfoPath forms...

So I set up my form, and tries to make a connection to the webservice, but InfoPath says I'm using rpc encoding and the it only accepts "document literal encoding".

I really don't know what that means, but I tried to do some manipulation of the ConfigureWSDL() function, as it seems it has a "style" parameter (4:th param...). The result was the following:
-----------------------
WSDLOperation:The operation echoString is defined as document/encoded. This is unsupported HRESULT=0x80004005: Unspecified error
- WSDLOperation:Initializing of the input message failed for operation echoString HRESULT=0x80004005: Unspecified error
- WSDLPort:An operation for port InteropTestPort could not be initialized HRESULT=0x80004005: Unspecified error
- WSDLPort:Analyzing the binding information for port InteropTestPort failed HRESULT=0x80004005: Unspecified error
- WSDLService:Initialization of the port for service InteropTest failed HRESULT=0x80004005: Unspecified error
- WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
----------------------

Pretty ugly, I think... any ideas?

Reply With Quote
  #6  
Old January 18th, 2005, 02:32 PM
Bato Bato is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 1 Bato User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Without complete code listing (VB6 stuff), the whole thing is bloody useless!

Reply With Quote
  #7  
Old February 16th, 2005, 07:31 PM
rreuling rreuling is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 1 rreuling User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 52 sec
Reputation Power: 0
InfoPath can't handle RPC/Encoding

Found this article on MSDN - I just experienced a similar issue trying to get InfoPath to submit a form to an application we've just purchased to manage service tickets. It appears you can workaround, but I haven't had a chance to try it. Essentially, InfoPath only handles direct/literal encoding - there's been some fuss on other forums as to whether this is a good thing or not.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/ipsdkRPCEncodingAndWebServices_HV01083593.asp

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Article Discussion: Building XML Web Services with PHP NuSOAP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT